home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / maud_dt / maud_dt.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  5KB  |  116 lines

  1. @database MAUDDatatype.guide
  2. @author "Frank Hoffmann"
  3. @wordwrap
  4. @node Main "MAUD Datatype document"
  5. @{b}MAUD Datatype@{ub} - Public Release 1
  6. Version 39.2 (07.01.1995)
  7. (c) 1994 by Frank Hoffmann
  8. @{" Installation, Requirements & Tested " link IRT }
  9. @{" About the MAUD Fileformat           " link MAUDINFO }
  10. @{" DISCLAIMER & LEGAL MATTERS          " link DISLEG }
  11. @{" Features & TODO                     " link FEATODO }
  12. @{" Known Bugs                          " link BUGS }
  13. @{" ACKNOWLEDGEMENTS                    " link ACK }
  14. @{" Author/Contact                      " link AUTHOR }
  15. @endnode
  16. @node IRT "INSTALLATION, REQUIREMENTS & TESTED"
  17. This datatype is tested on a Amiga 4000 with Kickstart 3.1, but it should run on all machines with Kickstart 3.0 and above. Only 32Bit Prozessors (>=68020) are supported!.
  18. To install just copy the files 
  19.      MAUD
  20.      MAUD.info 
  21. @{ui}
  22. to the drawer 
  23.      sys:devs/datatypes
  24. @{ui}
  25. and the file
  26.      maud.datatype
  27. @{ui}
  28. to the drawer
  29.      sys:classes/datatypes
  30. @{ui}
  31. and reboot your machine.
  32. @endnode
  33. @node MAUDINFO "MAUD Fileformat Information"
  34. The MAUD format is Copyright by MS MacroSystem Computer GmbH - Germany and is used by the Toccata Zorro 2 Audiocard Software. The MAUD Format is also supported by the Samplitude Software by SEK
  35. File Extension : #?.maud                           (checked by datatype) 
  36. Magic Number   : IFF-File with Common Chunk "MAUD" (checked by datatype)
  37. @endnode
  38. @node FEATODO "Features & TODO"
  39. FEATURES
  40. *Decode @{"MAUD" link MAUDINFO} files to 8 bit sample data  
  41. *Normalizes the 8bit data (which is musch quicker)
  42. Suppoted Chunks:
  43. MHDR    Sample Header
  44. MDAT    Sample Data
  45. Unsupported Chunks:
  46. MINF    Channel Information - not documented yet.
  47. Supported Compression Formats:
  48. NONE     with 8 bit unsigned and 16 bit with signed data.
  49. ULAW    only scaling the data, no real decoding. Will give an impression of the sample with distortions.
  50. ALAW    see ULAW
  51. Unsupported Compression Formats:
  52. FIBDELTA
  53. ADPCM2-5
  54. LONGDAT
  55. METHODS
  56. *OM_New to read from file
  57. *Normalize the >8 bit data for better quality ( but is much slower )
  58. *Support other bit resolutions
  59. *Support of other compressions
  60. *Support of multichannel/stereo files
  61. *Looppoint extraction
  62. *Low memory detection & low memory conversion
  63. *Channel mixing !? 
  64. (maybe)
  65. *Implement other methods (Write)
  66. *Prefs and shared library for conversion & general behaviour of sound data-
  67.  types, based on a sound support library wich can convert and process sample
  68.  data. ( Feel free to contact me for suggestions and help offers ) 
  69. OTHER DATATYPE PROJECTS
  70. -MIDI Sample Dump Standard ( on work )
  71. -Sample Vision ( also released )
  72. -Yamaha TX16W (also released )
  73. @endnode
  74. @node DISLEG "Disclaimer & legal matters"
  75. DISCLAIMER
  76. THERE  IS  NO  WARRANTY  FOR  THE  PROGRAM,  TO  THE EXTENT PERMITTED BY
  77. APPLICABLE  LAW.   EXCEPT  WHEN  OTHERWISE  STATED IN WRITING THE COPYRIGHT
  78. HOLDER  AND/OR OTHER PARTIES PROVIDE THE PROGRAM ''AS IS'' WITHOUT WARRANTY
  79. OF  ANY  KIND,  EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  80. THE  IMPLIED  WARRANTIES  OF  MERCHANTABILITY  AND FITNESS FOR A PARTICULAR
  81. PURPOSE.   THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  82. IS  WITH  YOU.   SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  83. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  84.    IN  NO  EVENT  UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  85. WILL  ANY  COPYRIGHT  HOLDER,  OR  ANY OTHER PARTY WHO MAY REDISTRIBUTE THE
  86. PROGRAM  AS  PERMITTED  ABOVE,  BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  87. GENERAL,  SPECIAL,  INCIDENTAL  OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  88. USE  OR  INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  89. DATA  OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  90. PARTIES  OR  A  FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  91. EVEN  IF  SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  92. SUCH DAMAGES.
  93. LEGAL MATTERS
  94. This datatype is Public Domain. Do whatever you want with it. 
  95. This datatype is based on the source code of the AIFF Datatype by 
  96. Olaf 'Olsen' Barthel <olsen@sourcery.han.de> which is public domain.
  97. The MAUD Fileformat is copyright by MS Macro Systems Computer GmbH, D-58454 Witten.
  98. @endnode
  99. @node ACK "ACKNOWLEDGEMENT"
  100. Many thanks to Olaf 'Olsen' Barthel for his help in designing datatypes.
  101. @endnode 
  102. @node BUGS "Bugs"
  103. no known bugs (yet), but there is no 100% bug free software...
  104. contact the @{" Author " link AUTHOR } for bug reports.
  105. @endnode
  106. @node AUTHOR "Author"
  107. Frank Hoffmann
  108. E-Mail (temporary):
  109. hoffmann@ls11.informatik.uni-dortmund.de
  110. permanent address:
  111. Hochdahler Str.134
  112. 40724 Hilden
  113. Germany
  114. (feel free to contact me via E-Mail for bug reports, suggestions, projects...)
  115. @endnode
  116.